projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17fd48e
)
* src/bytecode.c: Include sysstdio.h, for fprint, stderr.
author
Glenn Morris
<rgm@gnu.org>
Mon, 14 Mar 2022 01:03:11 +0000
(18:03 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 14 Mar 2022 01:03:11 +0000
(18:03 -0700)
; Ref https://hydra.nixos.org/build/
169207408
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index b26146c27f383b2314231b5aef4249ef078bf265..8704e6069dd4446236b9f694ade1ecfea518bd4a 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-21,6
+21,7
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include "lisp.h"
#include "blockinput.h"
+#include "sysstdio.h"
#include "character.h"
#include "buffer.h"
#include "keyboard.h"